home *** CD-ROM | disk | FTP | other *** search
- ;
- ; Logon Script for the WILDCAT! BBS system
- ;
- ; This script is to be linked to your Phone Book entry(s)
- ; that run the Wildcat! BBS system. It is also assumed that
- ; the password field for each entry has been completed so
- ; this script can be linked to multiple entries.
- ;
-
- Waitfor "Name? " ; Look for name prompt
-
- Send "John Friel{" ; Send your name and a CR
-
- Waitfor "Password:" ; Wait for the Password prompt
-
- Send "$PASSWORD{" ; Sent the password stored in the
- ; phone book for the dialed entry.
-
- Return